이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
NOTE: Next versions of this library is hosted at https://bitbucket.org/intelligenceagent/cudacnn-public/wiki/Home
The reason is that now it's rather C++/CUDA library with Matlab front-end than a Matlab library.
This project provides matlab class for implementation of convolutional neural networks. This networks was developed by Yann LeCun and have sucessfully used in many practical applications, such as handwritten digits recognition, face detection, robot navigation and others (see references for more info). Because of some architectural features of convolutional networks, such as weight sharing it is imposible to implement it using Matlab Neural Network Toolbox without it's source modifications. That's why this class works almost independently from NN toolbox (coming soon full independence).
This release includes sample of handwritten digits recognition using CNN. If you just want to try it run cnet_tool. You'll see a simple GUI. It loads pretrained convolutional neural net from cnet.mat and recognizes image of digit either painted in painting area or downloaded from MNIST database.
Further information about the library can be found here:
https://sites.google.com/site/mihailsirotenko/projects/convolutional-neural-network-class
and here:
https://sites.google.com/site/mihailsirotenko/projects/cuda-cnn
인용 양식
Mihail Sirotenko (2026). CNN - Convolutional neural network class (https://kr.mathworks.com/matlabcentral/fileexchange/24291-cnn-convolutional-neural-network-class), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Raman Finder, myCNN
카테고리
Help Center 및 MATLAB Answers에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.29.0.0 | readMNIST.m script improved to explicitly check if MNIST library is exist and located in MNIST folder. |
||
| 1.26.0.0 | Description changed: added the notice about future versions of library. |
||
| 1.25.0.0 | Matlab 2012a compatibility issues resolved. Dependency from NN toolbox removed. |
||
| 1.8.0.0 | Compatibility with Matlab 2010 issue fixed (Thanks to Silvio Filipe) |
||
| 1.6.0.0 | Fixed bug with extra output error in non-cuda training example |
||
| 1.5.0.0 | 1. Support of CUDA-accelerated simulation and training of convolutional neural networks;
|
